std::bitset::any

From Cppreference

Jump to: navigation, search
bool any() const;

Checks if at least one of the bits is set to true.

Parameters

(none)

Return value

true if at least one of the bits is set to true, otherwise false

See also

all
checks if all bits are set to true
(public member function)
none
checks if no bits are set to true
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages